To uninstall Prizm Content Connect from your Linux system, please perform the following steps:
- Stop the service, depending upon where you installed. This will usually be:
# /usr/share/prizm/scripts/proxyserver.sh stop
- Next remove the installed files:
Debian/Ubuntu:
# sudo apt-get remove prizmcc
Red Hat/CentOS:
# yum remove prizmcc
Generic Package:
# rm -Rf /usr/share/prizm
- There will potentially be temporary files left behind, the same command to remove the generic package can be used to remove all remaining files:
# rm -Rf /usr/share/prizm